internal/profile.ValueType.unitX (field)
8 uses
internal/profile (current package)
encode.go#L26: st.unitX = addString(strings, st.Unit)
encode.go#L99: pt.unitX = addString(strings, pt.Unit)
encode.go#L129: if pt := p.PeriodType; pt != nil && (pt.typeX != 0 || pt.unitX != 0) {
encode.go#L245: st.Unit, err = getString(p.stringTable, &st.unitX, err)
encode.go#L283: pt.Unit, err = getString(p.stringTable, &pt.unitX, err)
encode.go#L303: encodeInt64Opt(b, 2, p.unitX)
encode.go#L311: func(b *buffer, m message) error { return decodeInt64(b, &m.(*ValueType).unitX) },
profile.go#L51: unitX int64